Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow put_metric_data to be sent gzipped #58

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

Marwes
Copy link
Collaborator

@Marwes Marwes commented Jan 22, 2025

No movement on awslabs/aws-sdk-rust#1068 for almost a year now so I think we need to just hack it in our selves

Based on #57

Currently it isn't possible to wait for set_global_recorder to be called before proceeding, making it possible to drop metrics that are sent between the call to `init` and `set_global_recorder` being called.

By separating the driver task like this one can call init first, waiting to send and metrics until it is done, and then spawn the future on a tokio task.
No movement on awslabs/aws-sdk-rust#1068 for almost a year now so I think we need to just hack it in our selves
@Marwes
Copy link
Collaborator Author

Marwes commented Jan 22, 2025

@john-eriksson-imperva Resurrecting #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant